Pog Packages


Pog scripts are compiled into small binary files known as packages. These compiled packages are very small, which makes them ideal for distribution.

A Pog package resides in the <game folder>resource\packages\ folder of the game, and has the extension .pkg, e.g. myscript.pkg

Each package may contain one or more individual Pog functions, any of which can be made available for use by other packages. In this way the Pog language can be extended with user-created functions and packages. 

Normally a package will contain related functions, though this is not always the case.

Introduction | Next